home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCREATEVAR / TFRMCREATEVAR.txt < prev   
Encoding:
Text File  |  2003-01-14  |  3.7 KB  |  200 lines

  1. object frmCreateVar: TfrmCreateVar
  2.   Left = 550
  3.   Top = 241
  4.   HelpContext = 16
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Create Variable'
  8.   ClientHeight = 332
  9.   ClientWidth = 294
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblVarName: TLabel
  22.     Left = 8
  23.     Top = 64
  24.     Width = 205
  25.     Height = 13
  26.     AutoSize = False
  27.     Caption = 'Variable &Name:'
  28.     FocusControl = edtVarName
  29.   end
  30.   object lblVarValue: TLabel
  31.     Left = 8
  32.     Top = 108
  33.     Width = 213
  34.     Height = 13
  35.     AutoSize = False
  36.     Caption = 'Initial &Value (optional):'
  37.   end
  38.   object Label1: TLabel
  39.     Left = 8
  40.     Top = 256
  41.     Width = 205
  42.     Height = 13
  43.     AutoSize = False
  44.     Caption = '&Description (optional):'
  45.     FocusControl = edtVarDescription
  46.   end
  47.   object edtVarName: TEdit
  48.     Left = 8
  49.     Top = 80
  50.     Width = 277
  51.     Height = 21
  52.     AutoSize = False
  53.     TabOrder = 0
  54.   end
  55.   object comCancel: TButton
  56.     Left = 213
  57.     Top = 303
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 6
  64.   end
  65.   object comOk: TButton
  66.     Left = 129
  67.     Top = 303
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 5
  74.     OnClick = comOkClick
  75.   end
  76.   object edtVarDescription: TEdit
  77.     Left = 8
  78.     Top = 272
  79.     Width = 277
  80.     Height = 21
  81.     AutoSize = False
  82.     TabOrder = 4
  83.   end
  84.   object memVarValue: TMemo
  85.     Left = 8
  86.     Top = 124
  87.     Width = 277
  88.     Height = 77
  89.     ScrollBars = ssVertical
  90.     TabOrder = 1
  91.     OnKeyDown = memVarValueKeyDown
  92.   end
  93.   object pnlTop: TPanel
  94.     Left = 0
  95.     Top = 0
  96.     Width = 294
  97.     Height = 57
  98.     Align = alTop
  99.     BevelOuter = bvNone
  100.     Color = clWindow
  101.     TabOrder = 7
  102.     object Image1: TImage
  103.       Left = 244
  104.       Top = 4
  105.       Width = 29
  106.       Height = 29
  107.       Picture.Data = {<image000.ico>}
  108.     end
  109.     object lblMoreInfoLink: TLabel
  110.       Left = 224
  111.       Top = 36
  112.       Width = 70
  113.       Height = 16
  114.       Cursor = crHandPoint
  115.       Alignment = taCenter
  116.       AutoSize = False
  117.       Caption = 'More Info'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clBlue
  120.       Font.Height = -11
  121.       Font.Name = 'Tahoma'
  122.       Font.Style = [fsUnderline]
  123.       ParentColor = False
  124.       ParentFont = False
  125.       WordWrap = True
  126.       OnClick = lblMoreInfoLinkClick
  127.     end
  128.     object Memo1: TMemo
  129.       Left = 8
  130.       Top = 4
  131.       Width = 225
  132.       Height = 33
  133.       TabStop = False
  134.       BorderStyle = bsNone
  135.       Lines.Strings = (
  136.         'Variables allow your task to store, manipulate '
  137.         'and use dynamic data. ')
  138.       ReadOnly = True
  139.       TabOrder = 0
  140.     end
  141.   end
  142.   object pnlDivider: TPanel
  143.     Left = 0
  144.     Top = 57
  145.     Width = 294
  146.     Height = 2
  147.     Align = alTop
  148.     BevelOuter = bvLowered
  149.     TabOrder = 8
  150.   end
  151.   object chkIsParameter: TCheckBox
  152.     Left = 8
  153.     Top = 208
  154.     Width = 277
  155.     Height = 17
  156.     Caption = '&Treat as parameter'
  157.     TabOrder = 2
  158.   end
  159.   object chkDisguise: TCheckBox
  160.     Left = 8
  161.     Top = 228
  162.     Width = 277
  163.     Height = 17
  164.     Caption = 'D&isguise variable contents'
  165.     TabOrder = 3
  166.   end
  167.   object IvTranslator1: TIvTranslator
  168.     DictionaryName = 'dcoAMStepBuilder'
  169.     Left = 8
  170.     Top = 296
  171.     TargetsData = (
  172.       1
  173.       6
  174.       (
  175.         '*'
  176.         'Hint'
  177.         0)
  178.       (
  179.         '*'
  180.         'Caption'
  181.         0)
  182.       (
  183.         '*'
  184.         'Cells'
  185.         0)
  186.       (
  187.         'TRichEdit'
  188.         'Text'
  189.         0)
  190.       (
  191.         '*'
  192.         'Lines'
  193.         0)
  194.       (
  195.         'TMemo'
  196.         'Text'
  197.         0))
  198.   end
  199. end
  200.